home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / utils / eddy8c3.zip / EDDY.INI < prev    next >
INI File  |  1996-05-11  |  5KB  |  82 lines

  1. ;
  2. ; EDDY.INI - Configuration file for EDDY v.8c (C) 1987-1996 by John Scofield
  3. ;    Created on  5-11-96 10:46:37p
  4. ;
  5. ; This file is used to record selections for customizing EDDY (by executing
  6. ; "EDDY /0").  If EDDY.INI is present during customizing, these selections
  7. ; from EDDY.INI will be used as defaults.  You may then make changes to the
  8. ; settings in EDDY during the customizing process.  When everything is set
  9. ; the way you prefer and you create your new, customized copy of EDDY, a new
  10. ; EDDY.INI containing those settings will also be created.
  11. ;
  12. ; For detailed explanations of the use and settings of configuration parameters
  13. ; refer to EDDY.DOC, Section 30.3.2
  14. ;
  15. ; Anything following a semicolon is treated as a comment, and is ignored.
  16. ; Comments may be added to or deleted from EDDY.INI as desired.
  17.  
  18. [administrivia]
  19. configure=no          ; 'yes' = always use EDDY.INI, else only when customizing
  20. name=                    
  21. serial=      
  22.  
  23. [screen]
  24. edit colors=T0Bh,H1Bh,C1Eh,W1Eh  ; T)ext,H)eadings,C)ursor,W)indows
  25. help colors=T07h,C0Eh,H70h       ; T)ext,C)ursor,H)ighlights
  26. max lines=auto detect ; override for monitor # of lines (limit: 66)
  27.  
  28. [mouse]
  29. action=[F3]           ; key simulated when primary mouse button pressed
  30. button=left           ; indicates which mouse button is treated as 'primary'
  31. double click=4        ; max interval (10ths of second) between 'double' clicks
  32. reset=quick           ; mouse reset method: 'quick' = s/w reset, 'sure' = h/w
  33. sensitivity=v25,h25   ; 'v/h' = 'vert/horz', 00 = least sensitive, 99 = most
  34.  
  35. [printer]
  36. port=LPT1             ; printer port -- only parallel printers supported
  37.  
  38. [EDIT mode]
  39. attributes filter=none   ; file attribute filter: R/H/S/D/A/N...
  40.                       ; ...read-only/hidden/system/directory/archive/network...
  41.                       ; ...uppercase = include file if attribute on
  42.                       ; ...lowercase = include file if attribute off
  43.                       ; ...blank = not used as filter
  44. attributes style=1    ; style for display of file attributes...
  45.                       ; ..."1" = use attribute letters, "2" = use "y" & "n"
  46. controls=YYCCNN       ; for tagging: 'Y' = yes, 'N' = no, 'C' = confirm
  47. copy error=#          ; value written to files copied if those files have...
  48.                       ; ...errors ("bad spots"), showing where the errors are
  49. date style=           ; 'mdy', 'dmy' or 'ymd', indicating date format
  50.                       ; ...blank to use COUNTRY.SYS, if present, else 'mdy'
  51. easy look=yes         ; 'yes' = [Enter] treated like [F3] if no pending updates
  52.                       ; 'no' = [Enter] means 'Update' only
  53. options=abcdefhklmrw  ; option letters (uppercase = 'ON', lowercase = 'OFF')
  54. security=ask          ; 'std'/'high' security for DESTROY overwrite
  55.                       ; ...'ask' means ask preference for each UPDATE
  56. sort=N                ; edit mode display sequence...
  57. ;                       ...N)ame, E)xtension, D)ate, S)ize, H)our, U)nsorted...
  58. ;                       ...uppercase = ascending sort, lowercase = descending
  59. target=box            ; 'tree' = use tree diagram to select, 'box' = dialog box
  60. timestamp=ask         ; 'ask' or 'auto': timestamp handling with [^Enter] for...
  61.                       ; ...files copied or patched (or customizing EDDY.COM)
  62. work=box              ; 'tree' = use tree diagram to select, 'box' = dialog box
  63.  
  64. [LOOK mode]
  65. auto scroll=3         ; 1 = slowest, 9 = fastest
  66. bit strip=no          ; 'yes' = strip high-order bit in bytes displayed
  67. hex toggle=[Tab]      ; key used for hex/ASCII toggle     
  68. line wrap=no          ; 'yes' = line wrapping ON
  69. sector patch=yes      ; 'yes' if disk sector patching allowed
  70. snow OK=no            ; CGA only. 'yes' = "flickering" OK when LOOKing at RAM
  71. tabs=8                ; interval (# of bytes) used for tab expansion
  72.  
  73. [DOS gateway]
  74. ; Point-n-shoot command used when [Shift+F8] pressed...
  75. ; (NOTE: Include full path needed to find & execute command)
  76. command=C:\UTIL\DOS2UNIX  %@%f                                                       
  77. pause=yes             ; 'yes' to pause after above "command" is executed
  78. prompt=Exit$g         ; DOS prompt used to show EDDY's DOS Gateway in use
  79. swap path=none                                                               
  80. ; Path for "swap file", used to make more RAM available to Gateway
  81. ;===============================================================================
  82.